速報APP / 工具 / ESP8266 SmartConfig

ESP8266 SmartConfig

價格:免費

更新日期:2015-11-10

檔案大小:1.7M

目前版本:0.3.4.3

版本需求:Android 4.0 以上版本

官方網站:https://wp.me/p4T8Tf-ID

Email:nat.wrw@gmail.com

ESP8266 SmartConfig(圖1)-速報App

ESP8266 SmartConfig

Arduino Code

you can simply call beginSmartConfig() like this

WiFi.beginSmartConfig();

while(1){

delay(1000);

ESP8266 SmartConfig(圖2)-速報App

if(WiFi.smartConfigDone()){

Serial.println("SmartConfig Success");

break;

}

}

or the easier way is use library that support smartConfig function such as

WiFiConnector Arduino Library: https://github.com/cmmakerclub/WiFiConnector